home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Chipmunk Basic 3.5.2 / README < prev    next >
Text File  |  1997-04-12  |  3KB  |  48 lines

  1. *** *** Chipmunk Basic README *** ***          (version 3.5.2, 97-Apr)
  2.  
  3. Chipmunk Basic is a freeware old-fashioned Basic Interpreter, accelerated
  4. for the PowerMac, yet still compatible with old 68k Macs running System 6.
  5. Features include support for a simple sprite graphics engine, sound,
  6. MacinTalk speech, MacTCP, AppleScript, Drag&Drop and OOP programming.
  7.  
  8. Every personal computer should come with a simple, easy to learn, programming
  9. language.  Chipmunk Basic was my contribution for the very first PowerMacs.
  10. This version is a both bug fix and new feature release.  It is still free
  11. for educational and non-commercial distribution and use (but only for those
  12. who don't believe that using the BASIC language causes brain damage. :-)
  13.  
  14. Chipmunk Basic only comes with a man page and a quick reference to the
  15. Mac specific functions.  The language is mostly compatible with books on
  16. programming in BASIC that were written between 1978 and 1990.
  17.  
  18. Permission is granted to include this version of Chipmunk Basic on CD-ROM
  19. compendiums of the Info-Mac and UMich archives.  Please replace older
  20. versions of Chipmunk Basic that are in the archives with this version.
  21. Please make sure that any redistribution includes the documentation.
  22.  
  23. Please send bug reports to <mailto:rhn@nicholson.com>.  Updates and docs
  24. are at the Chipmunk Basic Home Page <http://www.nicholson.com/rhn/basic/>.
  25.  
  26. Shortened version history:
  27. Version 3.3.2: fixed sprite turn bug, added Quicktime midi sound
  28. Version 3.3.7: fixed integer rounding; added "COM3:" to use serial driver
  29. Version 3.4.0: fixed default voice in say, input eof bug, pref file bug
  30. Version 3.4.5: fixed bugs in hex$, moveto, button clear, error msgs.
  31. Version 3.4.8: added matrix ops, changed precedence of "not" operator,
  32.     fixed memory leaks, fixed nested if-then & select-case bugs
  33. Version 3.5.2: fixed bbedit bbxt. fixed print using. fixed file save.
  34.  
  35.  * Chipmunk Basic is (c)Copyright 1997 by Ronald H. Nicholson, Jr.
  36.  * ALL RIGHTS RESERVED
  37.  *
  38.  * Permission to use, copy and distribute this software without fee
  39.  * for non-commercial or educational purposes is hereby granted,
  40.  * provided that the above copyright notice appear in all copies,
  41.  * and that both the copyright notice and this permission notice with
  42.  * the following disclaimer appear in the supporting documentation.
  43.  *
  44.  * This program is distributed in the hope that it will be useful, but
  45.  * WITHOUT ANY WARRANTY OF ANY KIND; not even the implied warranty of
  46.  * MERCHANTABILITY or FITNESS FOR ANY PARTICULAR PURPOSE.
  47. -- cut here --
  48.